home *** CD-ROM | disk | FTP | other *** search
/ MacGames Sampler / PHT MacGames Bundle.iso / MacSource Folder / Samples from the CD / C and C++ / Gnuplot 3.5 for Macintosh / SOURCES 3.5 / graph3d_2.proto.h < prev    next >
Text File  |  1993-11-12  |  975b  |  20 lines

  1.  
  2. /* graph3d_2.c */
  3. int mat_scale(double, double, double, transform_matrix);
  4. int mat_rot_x(double, transform_matrix);
  5. int mat_rot_z(double, transform_matrix);
  6. void mat_mult(transform_matrix, transform_matrix, transform_matrix);
  7. int map3d_xy(double, double, double, int *, int *);
  8. int map3d_z(double, double, double);
  9. int do_3dplot(struct surface_points *, int, double, double, double, double, double, double);
  10. int draw_bottom_grid(struct surface_points *, double , double);
  11. int draw_month_3dxtics(double);
  12. int draw_month_3dytics(double);
  13. int draw_month_3dztics(double, double, double, double);
  14. int draw_day_3dxtics(double);
  15. int draw_day_3dytics(double);
  16. int draw_day_3dztics(double, double, double, double);
  17. int xtick3d(double place, char *text, double spacing, double ticscale, double ypos);
  18. int ytick3d(double place, char *text, double spacing, double ticscale, double xpos);
  19. int ztick3d(double place, char *text, double spacing, double ticscale, double xpos, double ypos);
  20.